home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global left, right, Hand, viewed
- sound stop 1
- sound stop 2
- puppetSound(0)
- set viewed to 0
- set the cursor of sprite 3 to left
- set the cursor of sprite 4 to right
- set the cursor of sprite 6 to Hand
- set the cursor of sprite 7 to Hand
- set the cursor of sprite 8 to Hand
- set the cursor of sprite 9 to Hand
- repeat with i = 21 to 36
- set the cursor of sprite i to Hand
- end repeat
- end
-